docs: fix copy/paste errors in the docs of GtkScrolledWindow
authorSébastien Wilmet <swilmet@gnome.org>
Wed, 26 Oct 2016 13:20:25 +0000 (15:20 +0200)
committerSébastien Wilmet <swilmet@gnome.org>
Wed, 26 Oct 2016 13:20:25 +0000 (15:20 +0200)
Trivial commit.

gtk/gtkscrolledwindow.c

index c96b0ee7b104ceb89112d167fb0e927d2235845e..59ce8766cef33bcdf5c914b0656b288c08d8db1d 100644 (file)
@@ -4342,7 +4342,7 @@ gtk_scrolled_window_get_min_content_width (GtkScrolledWindow *scrolled_window)
  * size of the content.
  *
  * It is a programming error to set the minimum content width to a
- * value smaller than #GtkScrolledWindow:max-content-width.
+ * value greater than #GtkScrolledWindow:max-content-width.
  *
  * Since: 3.0
  */
@@ -4396,7 +4396,7 @@ gtk_scrolled_window_get_min_content_height (GtkScrolledWindow *scrolled_window)
  * size of the content.
  *
  * It is a programming error to set the minimum content height to a
- * value smaller than #GtkScrolledWindow:max-content-height.
+ * value greater than #GtkScrolledWindow:max-content-height.
  *
  * Since: 3.0
  */
@@ -4527,7 +4527,7 @@ gtk_scrolled_window_get_max_content_width (GtkScrolledWindow *scrolled_window)
  * @height: the maximum content height
  *
  * Sets the maximum height that @scrolled_window should keep visible. The
- * @scrolled_window will grow up to this width before it starts scrolling
+ * @scrolled_window will grow up to this height before it starts scrolling
  * the content.
  *
  * It is a programming error to set the maximum content height to a value